IM3-263: fix(map): 자사 매장 별표 표시 fix — '기타' 카테고리 통과 + 크기 축소#208
Merged
Conversation
backend/src/main.py (_collect_same_brand_locations): - 옵션 A 카테고리 매칭 룰 완화 — kakao_store.category="기타" (분류 누락) 매장 통과 - 한신포차 같이 brand 매칭은 정확하지만 카테고리 미지정 케이스 해결 - misalign 차단(메가커피 vs 치킨 시뮬) 의도는 유지 frontend MarketMap.tsx: - 별표 마커 크기 통일 18×18px (font 10) — 이전 디버그 확대(36px) 정리 - Layer 2 (competitors 자사 매칭) + Layer 3 (sameBrandLocations) 동일 사이즈 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kakao_store.category="기타"(분류 누락) 매장도통과시킴
변경
backend/src/main.py (
_collect_same_brand_locations)옵션 A(브랜드-업종 misalign 차단)는 유지하되, 카카오 분류 누락 케이스("기타")는 통과:
target_cat="한식음식점"인데 한신포차 홍대점 매장의category="기타"라 cat drop → 별표 0개store_cat != target_categoryANDstore_cat != "기타"일 때만 dropfrontend MarketMap.tsx
Test plan
[same_brand] cat drop 0으로 변함